Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Issue #270 #271

Merged
merged 5 commits into from
Nov 22, 2022
Merged

Fix for Issue #270 #271

merged 5 commits into from
Nov 22, 2022

Conversation

Max-Bladen
Copy link
Collaborator

Changed depreciated aes_string() to aes(). Resulted in error, call adjusted to prevent error.

ggplot2 parameter line (depreciated) replaced with linewidth

fix: changed the depreciated `size` parameter to `linewidth` and changed `aes_string()` to `aes()`
fix: additional `aes_string()` call changed to `aes()`
fix: changing `aes_string()` to `aes()` introduced error. Adjusted `geom_path` calls so X and Y vectors are appropriately set
@Max-Bladen Max-Bladen added wip work-in-progress bug-fix For PR's that address an Issue with `bug` label labels Nov 17, 2022
@Max-Bladen Max-Bladen self-assigned this Nov 17, 2022
@Max-Bladen Max-Bladen linked an issue Nov 17, 2022 that may be closed by this pull request
refactor: removed some commented lines
tests: added test for `plotIndiv.mint.plsda()` with `ellipse = TRUE`
@Max-Bladen Max-Bladen merged commit 7427868 into master Nov 22, 2022
@Max-Bladen Max-Bladen removed the wip work-in-progress label Nov 22, 2022
@Max-Bladen Max-Bladen deleted the issue-270 branch December 13, 2022 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix For PR's that address an Issue with `bug` label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warnings in package tests
1 participant